]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
show correct notice in output
authorEvan Prodromou <evan@status.net>
Mon, 7 Mar 2011 19:06:46 +0000 (14:06 -0500)
committerEvan Prodromou <evan@status.net>
Mon, 7 Mar 2011 19:06:46 +0000 (14:06 -0500)
lib/microappplugin.php

index 0b02f5da52ea1d991c16ed7ff9d46b20d464451e..dbbc6262afddb584b7feef314923c14aed694eb0 100644 (file)
@@ -103,6 +103,7 @@ abstract class MicroAppPlugin extends Plugin
         }
 
         $out = $nli->out;
+        $notice = $nli->notice;
 
         $this->showNotice($notice, $out);