You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Если передать $table массивом, в котором есть поле alias, то оно нигде не учитывается и в getAlias все-равно уезжает $table['name'], т.к. чуть выше есть $table = $table['table'];
The text was updated successfully, but these errors were encountered:
Inohacker
changed the title
Алиас
Алиас в addJoin в shopProductsCollection
Mar 1, 2022
shop-script/lib/classes/shopProductsCollection.class.php
Line 3071 in 0b21b13
Если передать $table массивом, в котором есть поле alias, то оно нигде не учитывается и в getAlias все-равно уезжает $table['name'], т.к. чуть выше есть $table = $table['table'];
The text was updated successfully, but these errors were encountered: