diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-05-06 22:56:08 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-05-06 22:56:08 -0700 |
commit | 90591bcbc9ddba44cd44fc8ce06014c5ef9443e4 (patch) | |
tree | 7d0ec7f7fca1df6c41e15502f5bd29beb8b04055 /include/bbcode.php | |
parent | d01206af5ae7b939d0eff332f017e9511f77dbae (diff) | |
download | volse-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.php | 2 |
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)) { |