Update register action to match phpcs and new framework
This commit is contained in:
@@ -163,6 +163,10 @@ require_once(INSTALLDIR.'/lib/subs.php');
|
||||
require_once(INSTALLDIR.'/lib/Shorturl_api.php');
|
||||
require_once(INSTALLDIR.'/lib/twitter.php');
|
||||
|
||||
// XXX: other formats here
|
||||
|
||||
define('NICKNAME_FMT', VALIDATE_NUM.VALIDATE_ALPHA_LOWER);
|
||||
|
||||
function __autoload($class)
|
||||
{
|
||||
if ($class == 'OAuthRequest') {
|
||||
|
Reference in New Issue
Block a user