aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profile_photo.php
diff options
context:
space:
mode:
authorroot <root@diekershoff.homeunix.net>2010-12-12 10:34:34 +0100
committerroot <root@diekershoff.homeunix.net>2010-12-12 10:34:34 +0100
commit2e9dca7c9f0e50956723505ad576bf32e762d11e (patch)
treedbe956c31285682bc620ccb7c5f03f2e3785c6e7 /mod/profile_photo.php
parent037cd5d80993dedfccfe9ef25679c54297ef1546 (diff)
parenta50343830f87966b5857be295633d8dff576931a (diff)
downloadvolse-hubzilla-2e9dca7c9f0e50956723505ad576bf32e762d11e.tar.gz
volse-hubzilla-2e9dca7c9f0e50956723505ad576bf32e762d11e.tar.bz2
volse-hubzilla-2e9dca7c9f0e50956723505ad576bf32e762d11e.zip
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'mod/profile_photo.php')
-rw-r--r--mod/profile_photo.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/profile_photo.php b/mod/profile_photo.php
index 39808776b..64093b2de 100644
--- a/mod/profile_photo.php
+++ b/mod/profile_photo.php
@@ -8,7 +8,6 @@ function profile_photo_init(&$a) {
return;
}
- require_once("mod/profile.php");
profile_load($a,$a->user['nickname']);
}