a bit more namespace wrangling

This commit is contained in:
redmatrix
2016-04-18 20:47:11 -07:00
parent 2a4e8972e0
commit f53478f142
5 changed files with 9 additions and 9 deletions

View File

@@ -135,7 +135,7 @@ class Impel extends \Zotlabs\Web\Controller {
if($j['pagetitle']) {
require_once('library/urlify/URLify.php');
$pagetitle = strtolower(URLify::transliterate($j['pagetitle']));
$pagetitle = strtolower(\URLify::transliterate($j['pagetitle']));
}