1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 17:44:37 +02:00

SEF Urls can be enabled/disable on a per plugin basis.

This commit is contained in:
Cameron
2016-12-06 06:55:47 -08:00
parent 5273f41ab1
commit 626c1b2a4f
3 changed files with 26 additions and 7 deletions

View File

@@ -98,7 +98,7 @@
{
if(empty($pref['e_url_list'][$plug])) // disabled.
{
e107::getDebug()->log('e_URL for <b>'.$plug.'</b> disabled.');
e107::getDebug()->log('e_URL for <b>'.$plug.'</b> is disabled.');
continue;
}