mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 20:39:13 +02:00
Fix email widget always failing
This commit is contained in:
@@ -66,7 +66,7 @@ class etemplate_widget_url extends etemplate_widget
|
||||
}
|
||||
break;
|
||||
case 'url-email':
|
||||
$this->attrs['preg'] = '/^('.EMAIL_PREG.')?$/';
|
||||
$this->attrs['preg'] = '/^('.self::EMAIL_PREG.')?$/';
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user