Skip to content

Commit fe3e6e5

Browse files
committed
Correct CAPTCHA load bug
1 parent 063633e commit fe3e6e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

system/application/controllers/system.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@ public function dashboard() {
444444
case '':
445445
case 'user':
446446
$this->data['duplicatable_books'] = $this->books->get_duplicatable();
447+
require_once(APPPATH.'libraries/recaptcha/recaptchalib.php');
447448
break;
448449
case 'style':
449450
case 'styling':

0 commit comments

Comments
 (0)