aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/NativeWikiPage.php
diff options
context:
space:
mode:
authorHubzilla <hubzilla@hz.macgirvin.com>2017-01-18 18:18:37 -0800
committerHubzilla <hubzilla@hz.macgirvin.com>2017-01-18 18:18:37 -0800
commitd4e58e94f6777f0a7ab5733d889f29bdb9366b14 (patch)
treefd199554fac5c1afad8e1257534fed9fddb6526d /Zotlabs/Lib/NativeWikiPage.php
parent6e504b7bc992bebabedfc22f4e9b80dd29761800 (diff)
downloadvolse-hubzilla-d4e58e94f6777f0a7ab5733d889f29bdb9366b14.tar.gz
volse-hubzilla-d4e58e94f6777f0a7ab5733d889f29bdb9366b14.tar.bz2
volse-hubzilla-d4e58e94f6777f0a7ab5733d889f29bdb9366b14.zip
native wiki updates
Diffstat (limited to 'Zotlabs/Lib/NativeWikiPage.php')
-rw-r--r--Zotlabs/Lib/NativeWikiPage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/NativeWikiPage.php b/Zotlabs/Lib/NativeWikiPage.php
index aa9365993..aa1510da8 100644
--- a/Zotlabs/Lib/NativeWikiPage.php
+++ b/Zotlabs/Lib/NativeWikiPage.php
@@ -541,7 +541,7 @@ class NativeWikiPage {
$s = str_replace(array('[baseurl]', '[sitename]'), array(z_root(), get_config('system', 'sitename')), $s);
- $observer = App::get_observer();
+ $observer = \App::get_observer();
if ($observer) {
$s1 = '<span class="bb_observer" title="' . t('Different viewers will see this text differently') . '">';
$s2 = '</span>';