zanbaldwin / eventing

Eventing is a PHP application framework, by Zander Baldwin, based on the HMVC design pattern, licensed under the MIT/X11. This is an unstable, open-source side project.
MIT License
7 stars 0 forks source link

Error when URI is not present #7

Closed zanbaldwin closed 14 years ago

zanbaldwin commented 14 years ago

show_error() is called in E_uri::_split() when no URI is passed.

zanbaldwin commented 14 years ago

Added case 0: in switch statement in E_uri::_split()