Skip to content

Commit 689beda

Browse files
committed
Add missing return statement
1 parent b8b26af commit 689beda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Snippets.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ public function menu_manage($event, $user_id) {
8181

8282
return '<a href="' . string_html_specialchars( $page ) . '">' . $label . '</a>';
8383
}
84+
return '';
8485
}
8586

8687
public function resources($event) {

0 commit comments

Comments
 (0)