Confusion between sAction=view and sAction=display broke viewing/displaying items. Standardize on sAction=view until we can come up with a more robust way of ensuring the same issue doesn't happen again.
This commit is contained in:
@@ -670,7 +670,7 @@ class Application {
|
||||
{
|
||||
switch($sAction)
|
||||
{
|
||||
case "display":
|
||||
case "view":
|
||||
return "Viewing App: ".$this->sName;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user