]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/ModPlus/remoteprofileaction.php
Rip out user, group and site design customization code
[quix0rs-gnu-social.git] / plugins / ModPlus / remoteprofileaction.php
index 8e2fcad284518ebb8c9b051f6391dade8426ef5e..7c9a4d14739bc23b7d7ed369064046efc1ea9d55 100644 (file)
@@ -8,7 +8,7 @@ class RemoteProfileAction extends ShowstreamAction
 {
     function prepare($args)
     {
-        OwnerDesignAction::prepare($args); // skip the ProfileAction code and replace it...
+        Action::prepare($args); // skip the ProfileAction code and replace it...
 
         $id = $this->arg('id');
         $this->user = false;