From 51eea1c5e113e25683109b3544d847ee0668d921 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Thu, 19 Sep 2019 09:17:18 +0000
Subject: [PATCH] Zmiana adresu Z39 Biblioteki Narodowej

---
 add_file.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/add_file.php b/add_file.php
index 1fa4075..515dc55 100644
--- a/add_file.php
+++ b/add_file.php
@@ -4,7 +4,7 @@
 validate::KOD($_POST['kod'], FALSE);
 
 if(!is_uploaded_file($_FILES['marc']['tmp_name'])) {
-	error::add('Nie wysłano pliku!');
+	errorclass::add('Nie wysłano pliku!');
 }
 
 $szukaj = array( MARC21::to_array( MARC21::from_string( file_get_contents( $_FILES['marc']['tmp_name'] ) ) ) );

--
Gitblit v1.9.1