summaryrefslogtreecommitdiffstats
path: root/apps/gallery
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-05-19 15:22:21 +0200
committerGeorg Ehrke <dev@georgswebsite.de>2012-05-19 15:22:21 +0200
commitd4072c82dd93757cfe2dcc6d98bb547ab6e9c520 (patch)
tree897ab03a6a4c2b51b5aa91d05eeeb4d4b5206fe1 /apps/gallery
parent07fa8da2785c8846133fc756bec85e329a888537 (diff)
downloadnextcloud-server-d4072c82dd93757cfe2dcc6d98bb547ab6e9c520.tar.gz
nextcloud-server-d4072c82dd93757cfe2dcc6d98bb547ab6e9c520.zip
some fixes for contacts, gallery and openid
Diffstat (limited to 'apps/gallery')
-rw-r--r--apps/gallery/lib/album.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/gallery/lib/album.php b/apps/gallery/lib/album.php
index 27d40cdb91f..5f962f12f12 100644
--- a/apps/gallery/lib/album.php
+++ b/apps/gallery/lib/album.php
@@ -21,8 +21,6 @@
*
*/
-require_once('base.php');
-
class OC_Gallery_Album {
public static function create($owner, $name, $path){
$stmt = OCP\DB::prepare('INSERT INTO *PREFIX*gallery_albums (uid_owner, album_name, album_path, parent_path) VALUES (?, ?, ?, ?)');