]> git.mxchange.org Git - friendica.git/blobdiff - mod/crepair.php
.
[friendica.git] / mod / crepair.php
old mode 100755 (executable)
new mode 100644 (file)
index ec963b1..ec56d7c
@@ -76,7 +76,7 @@ function crepair_post(&$a) {
 
        if($photo) {
                logger('mod-crepair: updating photo from ' . $photo);
-               require_once("Photo.php");
+               require_once("include/Photo.php");
 
                $photos = import_profile_photo($photo,local_user(),$contact['id']);