Skip to content
Snippets Groups Projects
Commit c9274725 authored by Alexander Hass's avatar Alexander Hass
Browse files

code style fix

parent 1034d801
No related branches found
No related tags found
No related merge requests found
......@@ -198,7 +198,7 @@ function _linkchecker_link_node_ids($link, $node_author_account = NULL) {
// is the case, stop checking and return the remainder of the list.
$nids = array();
$access_allowed = FALSE;
while($node = db_fetch_object($nodes)) {
while ($node = db_fetch_object($nodes)) {
if ($access_allowed) {
$nids[] = $node->nid;
continue;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment