| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 45 | public function topicinfo() |
||
| 46 | { |
||
| 47 | global $context; |
||
| 48 | |||
| 49 | // Do we need to show the visual verification image? |
||
| 50 | require_once(SUBSDIR . '/VerificationControls.class.php'); |
||
| 51 | $verificationOptions = array( |
||
| 52 | 'id' => 'post', |
||
| 53 | ); |
||
| 54 | $context['require_verification'] = create_control_verification($verificationOptions); |
||
| 55 | $context['visual_verification_id'] = $verificationOptions['id']; |
||
| 56 | } |
||
| 57 | } |