We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d8720 commit 63ffdf2Copy full SHA for 63ffdf2
src/libraries/User.php
@@ -343,14 +343,14 @@ public function getAcl($acl) {
343
344
public static function findUserById($user_id) {
345
if (is_null($user_id)) return null;
346
-
+
347
try {
348
return new User($user_id);
349
} catch (UserNotFoundException $e) {
350
return null;
351
}
352
353
354
public static function &getAllUsers(
355
$order = null, $limit = null, $index = null
356
) {
src/templates/Comment/Section.inc.phtml
@@ -7,7 +7,6 @@ use \BNETDocs\Libraries\User;
7
8
use \CarlBennett\MVC\Libraries\Common;
9
10
11
?>
12
<header><a name="comments">Comments</a></header>
13
<section>
0 commit comments