diff options
Diffstat (limited to 'lib/image.php')
| -rw-r--r-- | lib/image.php | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/lib/image.php b/lib/image.php deleted file mode 100644 index 3a23a1932..000000000 --- a/lib/image.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - /** - * Tidypics Image class - * - */ - - - class TidypicsImage extends ElggFile - { - protected function initialise_attributes() - { - parent::initialise_attributes(); - - $this->attributes['subtype'] = "image"; - } - - public function __construct($guid = null) - { - parent::__construct($guid); - } - } - -?>
\ No newline at end of file |
