]> git.mxchange.org Git - friendica.git/blobdiff - mod/update_display.php
Bugfix: dba::num_rows hadn't checked the object variable
[friendica.git] / mod / update_display.php
index bd2a52934ff477894b5f38815662ed15be973c88..b8538a256bc99ab17eaee30d38c91660d0024358 100644 (file)
@@ -2,10 +2,12 @@
 
 // See update_profile.php for documentation
 
+use Friendica\App;
+
 require_once("mod/display.php");
 require_once("include/group.php");
 
-function update_display_content(&$a) {
+function update_display_content(App $a) {
 
        $profile_uid = intval($_GET["p"]);