]> git.mxchange.org Git - friendica.git/blobdiff - mod/crepair.php
Switching from "new share" to "old share"
[friendica.git] / mod / crepair.php
index ec963b1053897cf912ebb8c6e83b18f2b6c10c54..ec56d7c284cc3700d3a6ebfd022ef56f44c34df3 100644 (file)
@@ -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']);