Skip to content

Commit 056d0f2

Browse files
authored
Update install.php
fixes "Class Session not found" error while installing
1 parent e2a0828 commit 056d0f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install.php

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
require(PATH_DB . 'nbxml.class.php');
4242
require(PATH_DB . 'db_posts.class.php');
4343
require(PATH_KERNEL . 'plugin.class.php');
44+
require(PATH_HELPERS . 'session.class.php');
4445
require(PATH_HELPERS . 'crypt.class.php');
4546
require(PATH_HELPERS . 'date.class.php');
4647
require(PATH_HELPERS . 'filesystem.class.php');

0 commit comments

Comments
 (0)