diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-05-26 06:01:04 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-26 06:01:04 +0000 |
commit | 7e5e70548b52462a2f91f3a06cadde7198ea8f6e (patch) | |
tree | bd18eaf7b642841d4dd320b474140848f9b66eed /modules/exif/helpers | |
parent | 7aed9239088b582a065da3fb63796ff66cd357c8 (diff) |
clean up whitespace errors introduced in last commit
Diffstat (limited to 'modules/exif/helpers')
-rw-r--r-- | modules/exif/helpers/exif_installer.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/exif/helpers/exif_installer.php b/modules/exif/helpers/exif_installer.php index 77cf3f3d..da49f649 100644 --- a/modules/exif/helpers/exif_installer.php +++ b/modules/exif/helpers/exif_installer.php @@ -37,8 +37,8 @@ class exif_installer { } static function activate() { - exif::check_index(); - } + exif::check_index(); + } static function deactivate() { site_status::clear("exif_index_out_of_date"); |