Browse Source

Fixed wrong indention

Tobias Reich 9 years ago
parent
commit
a7e01447d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      php/modules/Photo.php

+ 1 - 1
php/modules/Photo.php

@@ -407,7 +407,7 @@ class Photo extends Module {
 			}
 
 			$photo['original_album']	= $photo['album'];
-			$photo['album']			= $albumID;
+			$photo['album']				= $albumID;
 
 		}