From 209fd02a90274900c253b99d7d51fbae0731553e Mon Sep 17 00:00:00 2001 From: oesi Date: Mon, 19 Oct 2015 18:13:53 +0200 Subject: [PATCH] =?UTF-8?q?Require=20f=C3=BCr=20Sprache=20Klasse=20hinzuge?= =?UTF-8?q?f=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/zgv.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/zgv.class.php b/include/zgv.class.php index 6e22728a7..a225df8a2 100755 --- a/include/zgv.class.php +++ b/include/zgv.class.php @@ -20,6 +20,7 @@ */ require_once(dirname(__FILE__).'/basis_db.class.php'); +require_once(dirname(__FILE__).'/sprache.class.php'); class zgv extends basis_db {