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

PHP 7.1 fixes. Fix for broken category icons after upgrade. Fix for news thumbnail preview.

This commit is contained in:
Cameron
2016-12-17 09:43:37 -08:00
parent a836ab18ac
commit 6ff2667898
5 changed files with 38 additions and 20 deletions

View File

@@ -3841,6 +3841,9 @@ class e_parser
return null;
}
e107::getDebug()->log($file);
e107::getDebug()->log($parm);
if(strpos($file,'e_MEDIA')!==false || strpos($file,'e_THEME')!==false || strpos($file,'e_PLUGIN')!==false) //v2.x path.
{