Completed
Branch master (927119)
by Michael
02:05
created
admin/about.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@  discard block
 block discarded – undo
19 19
  * @author          Richard Griffith <[email protected]>
20 20
  */
21 21
 
22
-require dirname(__FILE__) . '/admin_header.php';
22
+require dirname(__FILE__).'/admin_header.php';
23 23
 
24 24
 // code marker
25 25
 $moduleAdmin = Admin::getInstance();
@@ -32,4 +32,4 @@  discard block
 block discarded – undo
32 32
 // code end
33 33
 
34 34
 codeDump(__FILE__);
35
-require dirname(__FILE__) . '/admin_footer.php';
35
+require dirname(__FILE__).'/admin_footer.php';
Please login to merge, or discard this patch.