PluginProbe
CSS & JavaScript Toolbox / 7.2
CSS & JavaScript Toolbox v7.2
trunk 0.3 0.8 10 10.1 11 11.2 11.3 11.4 11.5 11.6 11.7 11.8 11.9 11.9.1 12 12.0 12.0.1 12.0.3 12.0.4 12.0.5 12.0.6 12.0.7 6.0 6.0.11 All 60 releases
← All changes | framework/mvc/model.inc.php +1 -1 6.07.2 View file →
@@ -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 /**