add function_exist

This commit is contained in:
Alexis Algoud 2018-03-09 23:03:23 +01:00
parent 42aa7a25f9
commit 1d69d8e51e

View File

@ -1548,7 +1548,7 @@ elseif (! empty($module))
print '<br><br><br>';
opcache_invalidate($dirread.'/'.$pathtoclass,true); // remove the include cache hell !
if(function_exists('opcache_invalidate')) opcache_invalidate($dirread.'/'.$pathtoclass,true); // remove the include cache hell !
if (empty($forceddirread))
{