BUG 8423 Fixed in the core, second commit
This commit is contained in:
@@ -694,17 +694,7 @@ class AppCacheView extends BaseAppCacheView {
|
|||||||
$configTable = 'APP_CACHE_VIEW';
|
$configTable = 'APP_CACHE_VIEW';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
$fieldName = $configTable.'.'.$fieldData['name'];
|
$fieldName = $configTable . '.' . $fieldData['name'];
|
||||||
switch($action) {
|
|
||||||
case 'sent':
|
|
||||||
if ($fieldData['name']!='DEL_INDEX'){
|
|
||||||
$fieldName = $configTable . '.' . $fieldData['name'];
|
|
||||||
}
|
|
||||||
break;
|
|
||||||
default:
|
|
||||||
$fieldName = $configTable . '.' . $fieldData['name'];
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
$oCriteria->addSelectColumn ( $fieldName );
|
$oCriteria->addSelectColumn ( $fieldName );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user