ver. 0.315: fix PDOException w listowaniu atrybutów admin

AttributeRepository::listForAdmin() przekazywał :default_lang_id
do zapytania COUNT które nie używało tego parametru — PDO zgłaszał
SQLSTATE[HY093]: Invalid parameter number.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-23 17:51:37 +01:00
parent 2fed12daa1
commit 25165881f7
3 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<?
$current_ver = 314;
$current_ver = 315;
for ($i = 1; $i <= $current_ver; $i++)
{