Sfoglia il codice sorgente

clientareafunctions

andre 3 anni fa
parent
commit
2bde706b2c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      cwp7.php

+ 1 - 1
cwp7.php

@@ -317,7 +317,7 @@ function cwp7_UsageUpdate($params) {
 function cwp7_ClientAreaCustomButtonArray ($params)
 {
 	return array(
-		'Neue Domaine' => 'addDomain',
+		'Neue Domaine' => 'newDomain',
 	);
 }