** Changed in: phpdevshell
    Milestone: 3.2.1-stable => None

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

Title:
  parameters passed to pagination, gives htmlentities error

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

Bug description:
  Some interresting error is happening, when i add the parameters array
  to the pagination.

  Error:
  htmlentities() expects parameter 1 to be string, array given

  The array is like this:
  $parameters = array(
        'userId' => $this->configuration['user_id'],
        'removed' => 0,
        'expiresAfter' => '2012-02-17 12:00:00'
  );

  The errorpage and the qeryfile are attached

To manage notifications about this bug go to:
https://bugs.launchpad.net/phpdevshell/+bug/934104/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~phpdevshell
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~phpdevshell
More help   : https://help.launchpad.net/ListHelp

Reply via email to