Skip to content

Commit f69595e

Browse files
modelrailroaderthorsten
authored andcommitted
fix: migrate new folder structure (#973)
1 parent fa58307 commit f69595e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpmyfaq/admin/stat.main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
$danz = 0;
127127
$first = 9999999999999999999999999;
128128
$last = 0;
129-
$dir = opendir(PMF_ROOT_DIR . '/data');
129+
$dir = opendir(PMF_ROOT_DIR . '/content/core/data');
130130
while ($dat = readdir($dir)) {
131131
if ($dat != '.' && $dat != '..') {
132132
++$danz;

0 commit comments

Comments
 (0)