xLink / CybershadeCMS

[Abandoned][Broke] Repo for CybershadeCMS
1 stars 0 forks source link

Module Methods incorrectly called #36

Open xLink opened 11 years ago

xLink commented 11 years ago

At the moment the routes will call to a method regardless of its state, this needs to be fixed for the following circumstances:

\ should account for a __call() method in there, as that will take over if the method isn't available

MantisSTS commented 11 years ago

What do you want the default behavior to be?

If the functions not there, return a 404? redirect to referer? etc

NoelDavies commented 11 years ago

A 404 should be returned to the browser.

On 18 April 2013 09:26, Richard Clifford notifications@github.com wrote:

What do you want the default behavior to be?

If the functions not there, return a 404? redirect to referer? etc

— Reply to this email directly or view it on GitHubhttps://github.com/cybershade/CSCMS/issues/36#issuecomment-16563722 .

xLink commented 11 years ago

No this issue is referring to the CMS trying to call to private methods or methods that dont have a public scope, they will throw PHP Errors & bomb out