Completed
Push — 1.10.x ( c0da86...0328a9 )
by
unknown
125:03 queued 74:59
created
main/coursecopy/classes/wiki.class.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
         $progress,
46 46
         $version
47 47
     ) {
48
-        parent::__construct($id,RESOURCE_WIKI);
48
+        parent::__construct($id, RESOURCE_WIKI);
49 49
         $this->id = $id;
50 50
         $this->page_id = $page_id;
51 51
         $this->reflink = $reflink;
@@ -61,6 +61,6 @@  discard block
 block discarded – undo
61 61
     public function show()
62 62
     {
63 63
         parent::show();
64
-        echo $this->reflink.' ('. (empty($this->group_id) ? get_lang('Everyone') : get_lang('Group') . ' ' .  $this->group_id) .') ' . '<i>(' . $this->dtime . ')</i>';
64
+        echo $this->reflink.' ('.(empty($this->group_id) ? get_lang('Everyone') : get_lang('Group').' '.$this->group_id).') '.'<i>('.$this->dtime.')</i>';
65 65
     }
66 66
 }
Please login to merge, or discard this patch.