diff options
author | Friendika <info@friendika.com> | 2010-11-15 21:02:59 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-15 21:02:59 -0800 |
commit | 8c395f96deb3d9bc9c24e3c62b3709de12d44f39 (patch) | |
tree | ae88ba89cc0672386f34babca4f8356f40e674f8 /mod/photos.php | |
parent | 3374c698a2f296530a75ec34fa90f4c45ede0d45 (diff) | |
download | volse-hubzilla-8c395f96deb3d9bc9c24e3c62b3709de12d44f39.tar.gz volse-hubzilla-8c395f96deb3d9bc9c24e3c62b3709de12d44f39.tar.bz2 volse-hubzilla-8c395f96deb3d9bc9c24e3c62b3709de12d44f39.zip |
view directory cleanup
Diffstat (limited to 'mod/photos.php')
-rw-r--r-- | mod/photos.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/photos.php b/mod/photos.php index addc04d76..f570d5b13 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -1,8 +1,8 @@ <?php -require_once('Photo.php'); +require_once('include/Photo.php'); require_once('include/items.php'); -require_once('view/acl_selectors.php'); +require_once('include/acl_selectors.php'); require_once('include/bbcode.php'); function photos_init(&$a) { |