partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit c8b462097320e112aaa76307ffaf9df18d567518
parent 2c16f3a0d235b7831994275666e49485c28757bd
Author: Felicitus <felicitus@felicitus.org>
Date:   Thu, 30 Jun 2011 00:33:04 +0200

Made part attachment work again

Diffstat:
Mfrontend/file.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/frontend/file.php b/frontend/file.php @@ -25,6 +25,7 @@ if (substr($id, 0, 4) === "TMP:") { } else { try { switch ($type) { + case "PartKeepr.PartAttachment": case "PartAttachment": $file = PartAttachment::loadById($id); break;