diff --git a/include/application.php b/include/application.php index 19770d3..0801c8f 100644 --- a/include/application.php +++ b/include/application.php @@ -325,6 +325,7 @@ class Application { break; case "edit": $sSubject = $this->sName." has been modified by ".$_SESSION['current']->sRealname; + $sMsg = APPDB_ROOT."appview.php?appId=".$this->iAppId."\n"; addmsg("Application modified.", "green"); break; case "delete": diff --git a/include/version.php b/include/version.php index 6af44a4..575ed6d 100644 --- a/include/version.php +++ b/include/version.php @@ -373,6 +373,7 @@ class Version { break; case "edit": $sSubject = "'".$oApp->sName." ".$this->sName."' has been modified by ".$_SESSION['current']->sRealname; + $sMsg = APPDB_ROOT."appview.php?versionId=".$this->iVersionId."\n"; addmsg("Version modified.", "green"); break; case "delete":