fixed typo
This commit is contained in:
parent
e2bbcc2d19
commit
2ad2fb1a7a
@ -161,9 +161,10 @@ class SearchPage extends Page {
|
||||
|
||||
$out = array();
|
||||
foreach($sanitizedItems as $sanitizedItem) {
|
||||
print('DEBUG $sanitizedItem: ');
|
||||
print('DEBUG $sanitizedItem->get_name(): ');
|
||||
var_dump($sanitizedItem->get_name());
|
||||
print('<br>');
|
||||
print('<br>');
|
||||
|
||||
}
|
||||
print('<br>');
|
||||
|
Loading…
x
Reference in New Issue
Block a user