Disabled module
/home/vds/filmfront/community/gui/pages/video/components/VideoPage.php (7)
0001: <?php
0002:
0003: class VideoPage extends BasePage
0004: {
0005: public function onLoad($param)
0006: {
0007: if(!CommunitySetup::getConfigValue('MODULE_VIDEO')) throw new Exception('Disabled module');
0008:
0009: parent::onLoad($param);
0010: $this->getMaster()->setActiveTab('Video');
0011: $this->registerStyleSheetFile('view','video.css');
0012: }
0013:
0014:
0015: /**
0016: * Sets video object in view state
0017: *
0018: * @param VideoTO $video
0019: */
#0 /home/vds/filmfront/community/gui/pages/video/account.php(12): VideoPage->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}