]> git.mxchange.org Git - friendica.git/blobdiff - mod/wall_upload.php
The first queries are replaced with the new functions. More to come ...
[friendica.git] / mod / wall_upload.php
index d29efecc6ad2319eb86365a7fae727e9fa3f0e36..a35e86a5297a098d75aa9d2a89e861e4bcc9470c 100644 (file)
@@ -3,17 +3,17 @@
 /**
  * @file mod/wall_upload.php
  * @brief Module for uploading a picture to the profile wall
- * 
+ *
  * By default the picture will be stored in the photo album with the name Wall Photos.
  * You can specify a different album by adding an optional query string "album="
  * to the url
  */
 
-use \Friendica\Core\Config;
+use Friendica\App;
+use Friendica\Core\Config;
 
 require_once 'include/Photo.php';
 
-
 function wall_upload_post(App $a, $desktopmode = true) {
 
        logger("wall upload: starting new upload", LOGGER_DEBUG);