Modified:
trunk/library/People/Control/RoleForm.php
Log:
Fix a typo
Modified: trunk/library/People/Control/RoleForm.php
==============================================================================
--- trunk/library/People/Control/RoleForm.php (original)
+++ trunk/library/People/Control/RoleForm.php Sat Oct 20 15:08:15 2007
@@ -42,7 +42,7 @@
$this->Context->PageTitle = $this->Context->GetDefinition('RoleManagement');
// Add the javascript to the head for sorting roles
- $sesion = Session::getInstance();
+ $session = Session::getInstance();
if ($this->PostBackAction == "Roles") {
global $Head;
$Head->AddScript('js/prototype.js');