Disabled module
/home/vds/filmfront/community/gui/pages/blog/components/BlogPage.php (7)
0001: <?php
0002:
0003: class BlogPage extends BasePage
0004: {
0005: public function onLoad($param)
0006: {
0007: if(!CommunitySetup::getConfigValue('MODULE_BLOG')) throw new Exception('Disabled module');
0008:
0009: parent::onLoad($param);
0010: $this->getMaster()->setActiveTab('Blog');
0011: }
0012: }
#0 /home/vds/filmfront/community/gui/pages/blog/account.php(14): BlogPage->onLoad(NULL)
#1 /home/vds/filmfront/community/frameworks/prado/pradolite.php(4186): account->onLoad(NULL)
#2 /home/vds/filmfront/community/frameworks/prado/pradolite.php(6202): TControl->loadRecursive()
#3 /home/vds/filmfront/community/frameworks/prado/pradolite.php(6194): TPage->processNormalRequest(Object(THtmlWriter))
#4 /home/vds/filmfront/community/frameworks/prado/pradolite.php(8333): TPage->run(Object(THtmlWriter))
#5 /home/vds/filmfront/community/frameworks/prado/pradolite.php(8299): TPageService->runPage(Object(account), Array)
#6 /home/vds/filmfront/community/frameworks/prado/pradolite.php(9285): TPageService->run()
#7 /home/vds/filmfront/community/frameworks/prado/pradolite.php(8887): TApplication->runService()
#8 /home/vds/filmfront/client/www/index.php(92): TApplication->run()
#9 {main}