diff --git a/docs/changelog/6.x.x.txt b/docs/changelog/6.x.x.txt index 6b719e539..19689d828 100644 --- a/docs/changelog/6.x.x.txt +++ b/docs/changelog/6.x.x.txt @@ -61,6 +61,7 @@ - fix [ 1445393 ] 6.9 WhatNext missing from DataForm editField - fix [ 1443378 ] 6.99 Commerce system needs to be sessionized - fix [ 1442942 ] 6.99: listLDAPLinks broken + - fix [ 1430276 ] 6.9: Can't kill active sessions 6.8.8 - fix [ 1437186 ] 6.8.7 deploy DataForm package does not copy fields diff --git a/lib/WebGUI/Operation/Admin.pm b/lib/WebGUI/Operation/Admin.pm index 6c44cd15a..7d4c6a3a6 100644 --- a/lib/WebGUI/Operation/Admin.pm +++ b/lib/WebGUI/Operation/Admin.pm @@ -43,7 +43,7 @@ sub www_adminConsole { =head2 www_switchOffAdmin ( ) If the current user is in the Turn On Admin Group, then allow them to turn off Admin mode -via WebGUI::Session::switchAdminOff() +via WebGUI::Session::Var::switchAdminOff() =cut