partkeepr

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

commit 30279b9bd0bb7c9abab5db5fa4f6e5fef038b587
parent 2bb478b5522154cf3a1de111f04647d60a9cde0c
Author: Felicitus <felicitus@felicitus.org>
Date:   Sun,  1 Jan 2012 12:56:57 +0100

Fixed wrong class constant error when retrieving the version number

Diffstat:
Msrc/backend/de/RaumZeitLabor/PartKeepr/PartKeepr.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/de/RaumZeitLabor/PartKeepr/PartKeepr.php b/src/backend/de/RaumZeitLabor/PartKeepr/PartKeepr.php @@ -351,7 +351,7 @@ class PartKeepr { if (PartKeeprVersion::PARTKEEPR_VERSION == "{V_GIT}") { return "GIT development version"; } - return self::PARTKEEPR_VERSION; + return PartKeeprVersion::PARTKEEPR_VERSION; } /**