Completed
Push — master ( af362f...9146fa )
by Gordon
16:25 queued 13:26
created
code/FacebookCredentials.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
 
30 30
     public static $has_one = array(
31 31
       'CoverPhoto' => 'Image',
32
-   );
32
+    );
33 33
 
34 34
   //Uncle Cheese hack from http://silverstripe.org/data-model-questions/show/6805 << to detect multiple calls to on after write or on before write
35 35
   public static $has_written = false;
Please login to merge, or discard this patch.