Better color in data picker
[fa-stable.git] / install / save.php
index 1396d806fb169bdd5b09a9e7847755d6adef9c4d..69d8cfa170646757ea1552c64b2d76641d690d67 100644 (file)
@@ -21,6 +21,11 @@ if(!defined('SESSION_STARTED'))
        define('SESSION_STARTED', true);
 }
 
+if (!function_exists("_")) {
+       function _($msg) {
+               return $msg;
+       }
+}
 // Installer version of display_error function.
 //
 function display_error($message)