HOR-494 "Revisar el cóo y cambiar..." SOLVED
This commit is contained in:
@@ -67,7 +67,7 @@ class Language extends BaseLanguage
|
||||
public function findById ($LAN_ID)
|
||||
{
|
||||
if (strpos($LAN_ID, '_') !== false) {
|
||||
$aux = split('_', $LAN_ID);
|
||||
$aux = explode('_', $LAN_ID);
|
||||
$LAN_ID = $aux[0];
|
||||
}
|
||||
$oCriteria = new Criteria( 'workflow' );
|
||||
|
||||
Reference in New Issue
Block a user