| @@ -45,9 +45,9 @@ | ||
| 45 | 45 | * @param mixed $model |
| 46 | 46 | * @param mixed $params |
| 47 | 47 | * @param mixed $file |
| 48 | 48 | */ |
| 49 | - public static function & getInstance($model, $params = array(), $file = null) { | |
| 49 | + public static function getInstance($model, $params = array(), $file = null) { | |
| 50 | 50 | return CJTController::getModel($model, $params, $file); |
| 51 | 51 | } |
| 52 | 52 | |
| 53 | 53 | /** |