]> git.mxchange.org Git - friendica.git/blobdiff - mod/editpost.php
Bugfix: dba::num_rows hadn't checked the object variable
[friendica.git] / mod / editpost.php
index f3746317a14ba25e7cf70b9fd2aa8b2c0f925480..c0d903d0c3f8fda06541739af9cd7cc9c6eb41b6 100644 (file)
@@ -1,5 +1,7 @@
 <?php
 
+use Friendica\App;
+
 require_once('include/acl_selectors.php');
 
 function editpost_content(App $a) {