1
0
Fork 0

use explicit include paths

This commit is contained in:
Zach Prezkuta 2012-12-28 14:51:50 -07:00
commit e684324032
29 changed files with 44 additions and 44 deletions

View file

@ -671,7 +671,7 @@ function dfrn_confirm_post(&$a,$handsfree = null) {
else
$photo = $a->get_baseurl() . '/images/person-175.jpg';
require_once("Photo.php");
require_once("include/Photo.php");
$photos = import_profile_photo($photo,$local_uid,$dfrn_record);