1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 20:57:26 +02:00

Notice removal

This commit is contained in:
e107steved
2007-01-04 22:31:26 +00:00
parent c3bfb1bddb
commit d8e99e51f7

View File

@@ -37,7 +37,7 @@ if (!$postID) {
$uc = substr($postID,6);
}
if ($pref['image_post']) {
if($uc == '') {
if(!isset($uc) || ($uc == '')) {
if (!function_exists('e107_userGetuserclass')) {
require_once(e_HANDLER.'user_func.php');
}