Skip to content

Commit

Permalink
Show TV input properties following refactor bug
Browse files Browse the repository at this point in the history
Merge remote-tracking branch 'origin/pr/14646' into 3.x

* origin/pr/14646:
  Fix could not load class errors
  • Loading branch information
opengeek committed Jul 24, 2019
2 parents 83a0bea + b44c6e5 commit 9f04f65
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -90,7 +90,7 @@ public function getRenderOutput(array $renderDirectories) {
*/
public function renderController() {
$c = new TvInputPropertiesManagerController($this->modx);
$this->modx->controller = call_user_func_array(array($c,'getInstance'),array(&$this->modx,'TvInputPropertiesManagerController'));
$this->modx->controller = call_user_func_array(array($c,'getInstance'),array(&$this->modx,TvInputPropertiesManagerController::class));
return $this->modx->controller->render();
}

Expand Down

0 comments on commit 9f04f65

Please sign in to comment.