diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-07-03 12:38:20 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-07-04 10:09:28 +0200 |
commit | d46e62886a2b22a4c80df8cca09fb6f354d48614 (patch) | |
tree | 92324f0798a786259e4c31af3a8553a63e57e626 /settings/templates/admin.php | |
parent | 51cfacd78903e9b24df3cb6de178ec19805fd444 (diff) | |
download | nextcloud-server-d46e62886a2b22a4c80df8cca09fb6f354d48614.tar.gz nextcloud-server-d46e62886a2b22a4c80df8cca09fb6f354d48614.zip |
Add init funtion to OC_Defaults to be able to wrap translatable strings
Diffstat (limited to 'settings/templates/admin.php')
-rw-r--r-- | settings/templates/admin.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 68a4cbe0590..fd79f88af1c 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -4,6 +4,8 @@ * See the COPYING-README file. */ $levels = array('Debug', 'Info', 'Warning', 'Error', 'Fatal'); + +OC_Defaults::init(); // initialize themable default strings and urls ?> <?php |