$problem_report_173

Perms:+variables +methods +code
Size:765 bytes (on disk)
Manager:$action_request
Writer:(none)
Parent:$action_request
Credit:


[Hide Methods] [Hide Variables]

Methods:

Variables:

$root variables:
  manager: $action_request
  flags: ['variables, 'methods, 'code]
  created_on: 912696187
  inited: 1
$action_request variables:
  id: 177
  group: $core_problems
  summary: "$command_cache.cache_server_init bug"
  text: [ "$command_cache.cache_server_uninit() checks to see if any connected user",
          "has this object as a parent HOWEVER it does not check to see if any user",
          "has this as a command-module even though $user.logout includes modules in",
          "the uninit process.",
          "",
          "A quick fix is to modify line 9 to be:",
          "",
          "          if (user.has_ancestor(this()) || this() in user.command_modules())",
          "              return;"]
  submitted_by: $no_one
  submitted_on: 912696187
  submit_location: $courtyard
  comments: [ [ 912930131,
                "Bruce ($user_bruce)",
                [ "I made the suggested change.  Will this cause any errors anywhere that I don't know about?"]]]
  resolved_on: 912930131
  resolved_by: $user_bruce


the Cold Dark