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

Commit fc06545

Browse files
committed
Fix some mostakes that happened during the 5.0 release
1 parent bf531dd commit fc06545

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

UPGRADE_5.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ SPOON_CHARSET is removed. From now on you need to get the charset by using the k
206206

207207
## PATH_WWW
208208

209-
PATH_WWW is removed. From now on you need to get the path to the web directory by using the site.path_www parameter, f.e.
209+
PATH_WWW is deprecated. From now on you need to get the path to the web directory by using the site.path_www parameter, f.e.
210210
Twig has trouble with traversing directories, so in that or similar cases you can wrap it with the `realpath` function.
211211

212212
$this->getContainer()->getParameter('site.path_www')

src/Frontend/Core/Engine/Base/Config.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,6 @@ public function getPossibleActions(): array
8484
return $this->possibleActions;
8585
}
8686

87-
public function getPossibleAJAXActions(): array
88-
{
89-
return $this->possibleAJAXActions;
90-
}
91-
9287
/**
9388
* Set the possible actions, based on files in folder.
9489
* You can disable action in the config file. (Populate $disabledActions)

0 commit comments

Comments
 (0)