Skip to content

Commit

Permalink
Use variable for default.
Browse files Browse the repository at this point in the history
Co-Authored-By: Carey Hoffman <[email protected]>
  • Loading branch information
ssigwart and th3coop authored Jul 26, 2019
1 parent 10020c5 commit 6898aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/udl/skel/PHP/pylib/lang_php.py
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@ def _invalidate_cache_and_rescan_extra_dirs(self, env, pref_name):
self.mgr.idxr.stage_request(request, 1.0)

def _get_lookback_prefs(self, env):
self.calltip_lookback_limit = env.get_pref(self.calltipLookbackLimitPrefName, 200)
self.calltip_lookback_limit = env.get_pref(self.calltipLookbackLimitPrefName, self.calltip_lookback_limit)

#---- code browser integration
cb_import_group_title = "Includes and Requires"
Expand Down

0 comments on commit 6898aff

Please sign in to comment.