mirror of
https://github.com/friendica/friendica
synced 2024-11-13 02:22:53 +00:00
wanted to use a constant for the shorthand regex to be used in the form input templates and to check maximagesize post value. But Input field seems to require the regex without enclosing "/.../", so remove const for now
This commit is contained in:
parent
d44968cd10
commit
c03784eaa9
1 changed files with 0 additions and 2 deletions
|
@ -42,8 +42,6 @@ use Friendica\Util\Strings;
|
||||||
|
|
||||||
class Site extends BaseAdmin
|
class Site extends BaseAdmin
|
||||||
{
|
{
|
||||||
// const SHORTHAND_REGEX = '/*/i';
|
|
||||||
|
|
||||||
protected function post(array $request = [])
|
protected function post(array $request = [])
|
||||||
{
|
{
|
||||||
self::checkAdminAccess();
|
self::checkAdminAccess();
|
||||||
|
|
Loading…
Reference in a new issue