summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ec7198b)
raw | patch | inline | side by side (parent: ec7198b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 6 Mar 2009 13:58:50 +0000 (13:58 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 6 Mar 2009 13:58:50 +0000 (13:58 +0000) |
- Fixed language selection
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13503 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13503 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/gofon/gofon/conference/class_phoneConferenceGeneric.inc | patch | blob | history |
diff --git a/gosa-plugins/gofon/gofon/conference/class_phoneConferenceGeneric.inc b/gosa-plugins/gofon/gofon/conference/class_phoneConferenceGeneric.inc
index fe083b72da80d31da36fdadc0bb35cde03ff2c52..ee017050f1ba085bba2108194133c55ba5fac205 100644 (file)
$EXT[$i]['exten'] =$this->telephoneNumber;
$EXT[$i]['context'] = $context;
$EXT[$i]['priority']= $i;
- $EXT[$i]['app'] ="SetLanguage";
- $EXT[$i]['appdata'] =$this->language;
+ $EXT[$i]['app'] ="Set";
+ $EXT[$i]['appdata'] ="LANGUAGE()=".$this->language;
$i++;
if($this->goFonConferenceOption_r == "r"){