forked from extern/egroupware
fixed documentation bug reported by aleksander.adamowski-AT-olo.org.pl
This commit is contained in:
parent
2056ed6897
commit
8edd27dcdc
@ -419,7 +419,7 @@ and fill the content:</p>
|
||||
}
|
||||
array_unshift($found,false); <span>// change the array to start with index 1</span>
|
||||
$content = array(
|
||||
'msg' => lang('%1 matches on search criteria',count($found)),
|
||||
'msg' => lang('%1 matches on search criteria',count($found)-1),
|
||||
'entry' => $found,
|
||||
);
|
||||
$this->tmpl->read('et_media.show');
|
||||
|
Loading…
Reference in New Issue
Block a user