mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 12:33:26 +00:00
Fix Typo
This commit is contained in:
@@ -69,7 +69,7 @@ class patch_361 implements patchInterface
|
||||
$result = $stmt->fetchAll(PDO::FETCH_ASSOC);
|
||||
$stmt->closeCursor();
|
||||
|
||||
$count = count($rs);
|
||||
$count = count($result);
|
||||
|
||||
foreach ($result as $row)
|
||||
{
|
||||
|
Reference in New Issue
Block a user