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

@@ -121,7 +121,7 @@ class Openid extends \Zotlabs\Web\Controller {
}
require_once('library/urlify/URLify.php');
$x = strtolower(URLify::transliterate($nick));
$x = strtolower(\URLify::transliterate($nick));
if($nick & $host)
$addr = $nick . '@' . $host;
$network = 'unknown';