| [ Index ] |
|
Code source de LifeType 1.2.4 |
1 <?php 2 3 lt_include( PLOG_CLASS_PATH."class/action/admin/adminaction.class.php" ); 4 lt_include( PLOG_CLASS_PATH."class/view/admin/adminerrorview.class.php" ); 5 6 /** 7 * This is the action loaded every time there is a problem with permissions 8 * 9 * @see Controller::setCannotPerformAction() 10 */ 11 class AdminPermissionRequiredAction extends AdminAction 12 { 13 function perform() 14 { 15 $this->_view = new AdminTemplatedView( $this->_blogInfo, "main" ); 16 $this->_view->setErrorMessage( $this->_locale->tr( "error_permission_required" )); 17 $this->setCommonData(); 18 } 19 } 20 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
| Généré le : Mon Nov 26 21:04:15 2007 | par Balluche grâce à PHPXref 0.7 |
|