Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit 65968b5

Browse files
committed
Change version php
1 parent 091e471 commit 65968b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/ggrachdev.debugbar/install/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function __construct() {
4040

4141
public function DoInstall() {
4242

43-
if (PHP_VERSION_ID >= 72000) {
43+
if (PHP_VERSION_ID >= 70200) {
4444

4545
if (CheckVersion(ModuleManager::getVersion("main"), "17.00.00")) {
4646
global $DB, $APPLICATION, $step;

0 commit comments

Comments
 (0)