dperrymorrow / Fire-Log

CodeIgniter Log Browser Spark Plugin
33 stars 8 forks source link

Support Controllers Within Directories #10

Closed edisonw closed 8 years ago

edisonw commented 12 years ago

Currently fire_log links would ignore the directory that the controller is in and output wrong htmls.

quick fix:

$base = $CI->router->fetch_directory().$CI->router->fetch_class() . '/' . $CI->router->fetch_method() .'/';