]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/ExtendedProfile/profiledetailaction.php
Edit page placeholder, link on main profile to details
[quix0rs-gnu-social.git] / plugins / ExtendedProfile / profiledetailaction.php
index 8c907eec2ac03d32931497c20c1862d9935e655e..a4bb12956e5e002016c661809c9febd6a56740a7 100644 (file)
@@ -65,7 +65,7 @@ class ProfileDetailAction extends ProfileAction
             $this->elementEnd('div');
         }
 
-        $widget = new ExtendedProfileWidget($this, $this->profile, ExtendedProfileWidget::EDITABLE);
+        $widget = new ExtendedProfileWidget($this, $this->profile);
         $widget->show();
     }
 }