Skip to content

Commit

Permalink
[altsys] fix Fatal error on blocksadmin
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed May 12, 2013
1 parent b16e63f commit a72c7ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
require_once dirname(dirname(__FILE__)).'/class/altsysUtils.class.php' ;

define( 'ALTSYS_ADMINMENU_FILE' , XOOPS_CACHE_PATH.'/adminmenu.php' ) ;
define( 'ALTSYS_ADMINMENU_HACK_NONE' , 0 ) ;
Expand Down
1 change: 0 additions & 1 deletion xoops_trust_path/libs/altsys/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

require_once dirname(__FILE__).'/class/AltsysBreadcrumbs.class.php' ;
require_once dirname(__FILE__).'/include/altsys_functions.php' ;
require_once dirname(__FILE__).'/class/altsysUtils.class.php' ;


if( empty( $xoopsModule ) ) {
Expand Down

0 comments on commit a72c7ca

Please sign in to comment.