]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
Merge branch 'fabrixxm-master'
[friendica.git] / boot.php
index 48d0d79ad61f99914ec441fed59f25b8662c9f1c..12fd96e7771569ab0b0557ff103676a2bafc6dfb 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -1007,6 +1007,13 @@ function notice($s) {
        if($a->interactive)
                $_SESSION['sysmsg'] .= $s;
 }}
+if(! function_exists('info')) {
+function info($s) {
+       $a = get_app();
+       if($a->interactive)
+               $_SESSION['sysmsg_info'] .= $s;
+}}
+
 
 // wrapper around config to limit the text length of an incoming message