aboutsummaryrefslogtreecommitdiffstats
path: root/include/bbcode.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-05-06 22:56:08 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-05-06 22:56:08 -0700
commit90591bcbc9ddba44cd44fc8ce06014c5ef9443e4 (patch)
tree7d0ec7f7fca1df6c41e15502f5bd29beb8b04055 /include/bbcode.php
parentd01206af5ae7b939d0eff332f017e9511f77dbae (diff)
downloadvolse-hubzilla-90591bcbc9ddba44cd44fc8ce06014c5ef9443e4.tar.gz
volse-hubzilla-90591bcbc9ddba44cd44fc8ce06014c5ef9443e4.tar.bz2
volse-hubzilla-90591bcbc9ddba44cd44fc8ce06014c5ef9443e4.zip
missed one...
Diffstat (limited to 'include/bbcode.php')
-rw-r--r--include/bbcode.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/bbcode.php b/include/bbcode.php
index b78566bfe..49dd4752d 100644
--- a/include/bbcode.php
+++ b/include/bbcode.php
@@ -383,6 +383,8 @@ function bb_sanitize_style($input) {
function bb_observer($Text) {
+ $a = get_app();
+
$observer = $a->get_observer();
if ((strpos($Text,'[/observer]') !== false) || (strpos($Text,'[/rpost]') !== false)) {