JCSama / CodeIgniter-develbar

CodeIgniter Developer Toolbar is a third party library based on Profiler Library with additional functionality for debugging and optimisation, Database, Models, Helpers, Libraries, Views, Ajax...
MIT License
176 stars 57 forks source link

Cannot use object of type Closure as array #20

Closed Iyongbudiarso closed 6 years ago

Iyongbudiarso commented 6 years ago

I use another hook like pre_system and post_controller_constructor. And an error appears "Cannot use object of type closure as array. I have 2 problem in this

  1. Cannot view hook if value of params is array (Array to string conversation)
  2. Cannot use object of type Closure as array

Check my config hooks.php

screenshot-localhost-8201-2017-10-11-09-32-45-550

My Request Pull #19

Thanks

JCSama commented 6 years ago

Hello @Iyongbudiarso

Thanks for your contribution