This commit is contained in:
DariusIII
2024-11-11 08:49:53 +01:00
parent e7129f5bc7
commit d302fbebbf
+1 -1
View File
@@ -149,7 +149,7 @@ class MyShowsController extends BasePageController
$results[$showk] = $show;
}
}
}
$this->smarty->assign('shows', $results);
$content = $this->smarty->fetch('myshows.tpl');