@@ -31,10 +31,10 @@ |
||
| 31 | 31 | |
| 32 | 32 | //-------------------------- GETTER ----------------------------------------------------------------------------// |
| 33 | 33 | public function getRequiredConnection() { |
| 34 | - return $this->required_connection; |
|
| 34 | + return $this->required_connection; |
|
| 35 | 35 | } |
| 36 | 36 | public function getCheckComment() { |
| 37 | - return $this->check_comment; |
|
| 37 | + return $this->check_comment; |
|
| 38 | 38 | } |
| 39 | 39 | |
| 40 | 40 | /** |
@@ -10,8 +10,11 @@ |
||
| 10 | 10 | <input type="hidden" name="table" value="<?=$this->table?>"> |
| 11 | 11 | <input type="hidden" name="id_in_table" value="<?=$this->id_in_table?>"> |
| 12 | 12 | </form> |
| 13 | -<?php else: ?> |
|
| 13 | +<?php else { |
|
| 14 | + : ?> |
|
| 14 | 15 | <div class="row"> |
| 15 | 16 | <p>You must be connected to publish a comment</p> |
| 16 | 17 | </div> |
| 17 | -<?php endif;?> |
|
| 18 | 18 | \ No newline at end of file |
| 19 | +<?php endif; |
|
| 20 | +} |
|
| 21 | +?> |
|
| 19 | 22 | \ No newline at end of file |