Fix missing return in previous commit
This commit is contained in:
parent
590460cea4
commit
96e2510165
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ Zotero.Prefs = new function(){
|
|||
|
||||
this.prefHasUserValue = function (pref, global) {
|
||||
pref = global ? pref : ZOTERO_CONFIG.PREF_BRANCH + pref;
|
||||
this.rootBranch.prefHasUserValue(pref);
|
||||
return this.rootBranch.prefHasUserValue(pref);
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue