diff options
| author | spider@dev <spiderr@bitweaver.org> | 2017-09-03 18:10:47 -0400 |
|---|---|---|
| committer | spider@dev <spiderr@bitweaver.org> | 2017-09-03 18:10:47 -0400 |
| commit | d7b6dcb55c1ff4fec3c91f4880e69946b41a4070 (patch) | |
| tree | d6de8ad2c6202a64fbe6da2404a86410d612b7ba /admin | |
| parent | 906821d4a05ad9a26a9a82f64470172f4e6173ac (diff) | |
| download | themes-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.php | 2 |
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 ); |
