mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
Notice removal
This commit is contained in:
@@ -37,7 +37,7 @@ if (!$postID) {
|
|||||||
$uc = substr($postID,6);
|
$uc = substr($postID,6);
|
||||||
}
|
}
|
||||||
if ($pref['image_post']) {
|
if ($pref['image_post']) {
|
||||||
if($uc == '') {
|
if(!isset($uc) || ($uc == '')) {
|
||||||
if (!function_exists('e107_userGetuserclass')) {
|
if (!function_exists('e107_userGetuserclass')) {
|
||||||
require_once(e_HANDLER.'user_func.php');
|
require_once(e_HANDLER.'user_func.php');
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user