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

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