pari: trunk r914 - /trunk/config/feditor.html

asterisk-gui-commits at lists.digium.com asterisk-gui-commits at lists.digium.com
Thu May 10 15:21:21 MST 2007


Author: pari
Date: Thu May 10 17:21:20 2007
New Revision: 914

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=914
Log:
one of the 'can not believe I did that' bugs

Modified:
    trunk/config/feditor.html

Modified: trunk/config/feditor.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/feditor.html?view=diff&rev=914&r1=913&r2=914
==============================================================================
--- trunk/config/feditor.html (original)
+++ trunk/config/feditor.html Thu May 10 17:21:20 2007
@@ -256,7 +256,7 @@
 		if( posofeq == -1){ continue; }
 		firstpart = u[f].substring(0, posofeq );
 		secondpart = u[f].substring( posofeq+1 );
-		uri += build_action('update', c, global_contextBeingEdited, firstpart, secondpart ); c++;
+		uri += build_action('append', c, global_contextBeingEdited, firstpart, secondpart ); c++;
 	}
 
 	var opt = {



More information about the asterisk-gui-commits mailing list