Completed
Push — master ( ec3686...b09171 )
by Jacob
06:23
created
utility/content/FixPhotoContent.class.inc.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -26,6 +26,10 @@
 block discarded – undo
26 26
 		return Loader::getImagePath('photo', $path);
27 27
 	}
28 28
 
29
+	/**
30
+	 * @param string $size
31
+	 * @param boolean $is_absolute
32
+	 */
29 33
 	private function get_photo_content($string, $size, $is_absolute)
30 34
 	{
31 35
 		list($category, $file_name) = explode('/', $string);
Please login to merge, or discard this patch.