We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea47981 commit c2cadf4Copy full SHA for c2cadf4
1 file changed
include/search.inc.php
@@ -88,7 +88,7 @@ function wggithub_search($queryarray, $andor, $limit, $offset, $userid)
88
'time' => $repositoriesAll[$i]->getVar('repo_datecreated')
89
];
90
}
91
- unset($crKeywords, $crKeyword, $crUser, $crSearch, $repositoriesAll);
+ unset($crKeywords, $crUser, $crSearch, $repositoriesAll);
92
93
return $ret;
94
0 commit comments