Author Topic: Error: 'PHP Notice: Undefined variable: types' when selecting trash tab  (Read 2907 times)

jc

  • Newbie
  • *
  • Posts: 10
    • View Profile
I get the following error when I select the trash tab the following notice gets tagged on to the end of the generated JS causing an error:

PHP Notice: Undefined variable: types in ....\OpenGoo\application\controllers\ObjectController.class.php on line 1023 PHP Notice: Undefined variable: types in ...\OpenGoo\application\controllers\ObjectController.class.php on line 1028

I have had a quick looked at the code and the problem relates to the function:

List_objects()

The $types variable is not defined within this function but it is used in two places.

Regards,
  JC