PluginProbe
CSS & JavaScript Toolbox / 11.8
CSS & JavaScript Toolbox v11.8
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/controller.inc.php +1 -3 1211.8 View file →
@@ -103,16 +103,14 @@
103 103 * @return CJTController
104 104 */
105 105 public function __construct($hasView = null,
106 106 $request = null,
107 - $overrideControllerPath = '',
107 + $overrideControllerPath = null,
108 108 $overrideContollerPrefix = null) {
109 109 // Initialize hookable!
110 110 parent::__construct();
111 111 // Read request parameters.
112 112 $this->request = array_merge(((array) $_REQUEST), ((array) $request));
113 -
114 - $overrideControllerPath = $overrideControllerPath ? null : '';
115 113 // Create default model.
116 114 if (isset($this->controllerInfo['model'])) {
117 115 // E_ALL complain!
118 116 if (!isset($this->controllerInfo['model_file'])) {