Fixes a typo in backup_restore.factory.js
This commit is contained in:
@@ -42,7 +42,7 @@ poconsole.factory('BackupRestore', function($q, $http, $log){
|
||||
}
|
||||
|
||||
if (brTag.value){
|
||||
put_ojb.value = brTag.value;
|
||||
put_obj.value = brTag.value;
|
||||
}
|
||||
|
||||
$http.put(url, data=put_obj).success(function(data){
|
||||
|
||||
Reference in New Issue
Block a user