summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorspider@dev <spiderr@bitweaver.org>2017-09-03 18:10:47 -0400
committerspider@dev <spiderr@bitweaver.org>2017-09-03 18:10:47 -0400
commitd7b6dcb55c1ff4fec3c91f4880e69946b41a4070 (patch)
treed6de8ad2c6202a64fbe6da2404a86410d612b7ba /admin
parent906821d4a05ad9a26a9a82f64470172f4e6173ac (diff)
downloadthemes-d7b6dcb55c1ff4fec3c91f4880e69946b41a4070.tar.gz
themes-d7b6dcb55c1ff4fec3c91f4880e69946b41a4070.tar.bz2
themes-d7b6dcb55c1ff4fec3c91f4880e69946b41a4070.zip
do not call verifyInstalledPackages in admin_layout_inc
Diffstat (limited to 'admin')
-rw-r--r--admin/admin_layout_inc.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/admin/admin_layout_inc.php b/admin/admin_layout_inc.php
index 35a0da2..48f4951 100644
--- a/admin/admin_layout_inc.php
+++ b/admin/admin_layout_inc.php
@@ -35,8 +35,6 @@ if( !empty( $_REQUEST['module_name'] ) ) {
$gBitSmarty->assign( 'fAssign', $fAssign );
}
-$gBitSystem->verifyInstalledPackages();
-
// clone existing layout
$cloneLayouts = $gBitThemes->getAllLayouts();
$gBitSmarty->assign( 'cloneLayouts', $cloneLayouts );