Changeset 24910
- Timestamp:
- 11/25/08 22:16:25 (6 weeks ago)
- Files:
-
- 3 modified
-
branches/zikula-1.0/system/Users/pnuser.php (modified) (1 diff)
-
development/main/system/Users/pnuser.php (modified) (1 diff)
-
development/zikula-1/system/Users/pnuser.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/zikula-1.0/system/Users/pnuser.php
r24819 r24910 24 24 return pnModFunc('Profile', 'user', 'main'); 25 25 } else { 26 return LogUtil::registerError(_USERS_PPROFILEMODULENOTAVAILABLE); 26 //LogUtil::registerError(_USERS_PPROFILEMODULENOTAVAILABLE); 27 return pnRedirect(pnConfigGetVar('entrypoint', 'index.php')); 27 28 } 28 29 } -
development/main/system/Users/pnuser.php
r24819 r24910 25 25 return ModuleUtil::exec($profileModule, 'user', 'main'); 26 26 } else { 27 return LogUtil::registerError(_("Error! Sorry, please install the Profile module first!")); 27 //LogUtil::registerError(_("Error! Sorry, please install the Profile module first!")); 28 return ServerUtil::redirect(Zikula::getConfigVar('entrypoint', 'index.php')); 28 29 } 29 30 } -
development/zikula-1/system/Users/pnuser.php
r24819 r24910 25 25 return pnModFunc($profileModule, 'user', 'main'); 26 26 } else { 27 return LogUtil::registerError(_USERS_PPROFILEMODULENOTAVAILABLE); 27 //LogUtil::registerError(_USERS_PPROFILEMODULENOTAVAILABLE); 28 return pnRedirect(pnConfigGetVar('entrypoint', 'index.php')); 28 29 } 29 30 }
