@@ -81,10 +81,10 @@ discard block |
||
| 81 | 81 | if(!empty($this->get(self::TOKENEXPIRY)) && empty($this->get(self::DOCUMENT))){ |
| 82 | 82 | if($currentTime > $tokenExpiryTime){ |
| 83 | 83 | return _('User did not consume the token and it expired!'); |
| 84 | - }else{ |
|
| 84 | + } else{ |
|
| 85 | 85 | return $this->get(self::ONETIMETOKEN); |
| 86 | 86 | } |
| 87 | - }else{ |
|
| 87 | + } else{ |
|
| 88 | 88 | return ""; |
| 89 | 89 | } |
| 90 | 90 | } |
@@ -109,7 +109,7 @@ discard block |
||
| 109 | 109 | public function getCertificateTitle($count = ''){ |
| 110 | 110 | if(empty($this->get(self::DOCUMENT))){ |
| 111 | 111 | return ''; |
| 112 | - }else{ |
|
| 112 | + } else{ |
|
| 113 | 113 | return 'cert'.$count; |
| 114 | 114 | } |
| 115 | 115 | } |