Another fix fro site reference.

This commit is contained in:
Darko
2015-06-08 09:29:27 +02:00
parent b42b663d5b
commit 9f9ef36fa7
+1 -1
View File
@@ -5,7 +5,7 @@ $page = new AdminPage();
$page->title = "Collections Regex Test";
$tpg = $page->site->tablepergroup;
$tpg = $page->settings->getSetting('tablepergroup');
$page->smarty->assign('tpg', $tpg);
if ($tpg) {