aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Rsd_xml.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Module/Rsd_xml.php')
-rw-r--r--Zotlabs/Module/Rsd_xml.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Rsd_xml.php b/Zotlabs/Module/Rsd_xml.php
index 06af39ad1..e5059834b 100644
--- a/Zotlabs/Module/Rsd_xml.php
+++ b/Zotlabs/Module/Rsd_xml.php
@@ -6,7 +6,7 @@ class Rsd_xml extends \Zotlabs\Web\Controller {
function init() {
header ("Content-Type: text/xml");
echo replace_macros(get_markup_template('rsd.tpl'),array(
- '$project' => \Zotlabs\Project\System::get_platform_name(),
+ '$project' => \Zotlabs\Lib\System::get_platform_name(),
'$baseurl' => z_root(),
'$apipath' => z_root() . '/api/'
));