← Back to team overview

phpdevshell team mailing list archive

[Bug 702600] [NEW] $this->security->get returns Undefined Index error

 

Public bug reported:

When I use $this->security->post['some_item'] and some_item is not set, it works fine (no error), but when you use $this->security->get['some_item'] and some_item is not set it gives you a warning/notice that says:
Undefined index: some_item

** Affects: phpdevshell
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.
https://bugs.launchpad.net/bugs/702600

Title:
  $this->security->get returns Undefined Index error

Status in Open Source PHP RAD Framework with UI.:
  New

Bug description:
  When I use $this->security->post['some_item'] and some_item is not set, it works fine (no error), but when you use $this->security->get['some_item'] and some_item is not set it gives you a warning/notice that says:
  Undefined index: some_item





Follow ups

References