mirror of
https://github.com/e107inc/e107.git
synced 2025-04-22 13:41:52 +02:00
Notice removal
This commit is contained in:
parent
c3bfb1bddb
commit
d8e99e51f7
@ -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');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user