mirror of
https://github.com/friendica/friendica
synced 2025-04-24 08:30:11 +00:00
Admin: add translatable strings, remove 'rino' settings, invert 'no'-setings, add "plugin_admin" hook for global plugins settings. add settings to twitter connector as example.
This commit is contained in:
parent
484b248f73
commit
23931ab719
7 changed files with 77 additions and 26 deletions
|
@ -16,7 +16,8 @@
|
|||
case PREG_BAD_UTF8_ERROR: die('PREG_BAD_UTF8_ERROR'); break;
|
||||
case PREG_BAD_UTF8_OFFSET_ERROR: die('PREG_BAD_UTF8_OFFSET_ERROR'); break;
|
||||
default:
|
||||
die("Unknown preg error.");
|
||||
//die("Unknown preg error.");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue