rbrindley: branch 2.0 r4746 - /branches/2.0/config/js/pbx2.js

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Fri Apr 17 20:38:54 CDT 2009


Author: rbrindley
Date: Fri Apr 17 20:38:51 2009
New Revision: 4746

URL: http://svn.digium.com/svn-view/asterisk-gui?view=rev&rev=4746
Log:

- p.users => users


Modified:
    branches/2.0/config/js/pbx2.js

Modified: branches/2.0/config/js/pbx2.js
URL: http://svn.digium.com/svn-view/asterisk-gui/branches/2.0/config/js/pbx2.js?view=diff&rev=4746&r1=4745&r2=4746
==============================================================================
--- branches/2.0/config/js/pbx2.js (original)
+++ branches/2.0/config/js/pbx2.js Fri Apr 17 20:38:51 2009
@@ -1867,7 +1867,7 @@
  * @param info An object holding the var and vals of properties to be edited.
  */
 pbx.users.edit = function(user, info) {
-	if (!sessionData.pbxinfo['users'][p.user]) {
+	if (!sessionData.pbxinfo['users'][user]) {
 		top.log.debug('pbx.users.edit: User not found, exiting.');
 		return false;
 	}




More information about the asterisk-gui-commits mailing list