diff options
Diffstat (limited to 'include/Photo.php')
-rw-r--r-- | include/Photo.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Photo.php b/include/Photo.php index de3d30c39..d470de0ad 100644 --- a/include/Photo.php +++ b/include/Photo.php @@ -1,6 +1,6 @@ -<?php +<?php /** @file */ + -if(! class_exists("Photo")) { class Photo { private $image; @@ -605,7 +605,7 @@ class Photo { } return $r; } -}} +} /** |