Skip to content

Commit c284d2a

Browse files
authored
Merge pull request #94 from RRZE-Webteam/dev
Dev
2 parents 5807922 + b13a009 commit c284d2a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

includes/Consent/Frontend.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public static function rrzePrivateSitePlugin()
184184
return false;
185185
}
186186

187-
if (empty(PRIVATE_SITE_OPTION) || !get_option(PRIVATE_SITE_OPTION)) {
187+
if (!defined('PRIVATE_SITE_OPTION') || !get_option(PRIVATE_SITE_OPTION)) {
188188
return false;
189189
}
190190

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rrze-legal",
3-
"version": "2.6.14",
3+
"version": "2.6.16",
44
"main": "rrze-legal.php",
55
"scripts": {
66
"start": "webpack --mode=development --watch",

rrze-legal.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin Name: RRZE Legal
55
Plugin URI: https://gitlab.rrze.fau.de/rrze-webteam/rrze-legal
66
Description: Legal Mandatory Information & GDPR.
7-
Version: 2.6.15
7+
Version: 2.6.16
88
Author: RRZE Webteam
99
Author URI: https://blogs.fau.de/webworking/
1010
License: GNU General Public License Version 3

0 commit comments

Comments
 (0)