Skip to content

Commit 699f737

Browse files
authored
Merge pull request #2132 from elcreator/3.2.x
Replaced hardcoded path with actual one in the error description
2 parents a60ec67 + 0986af2 commit 699f737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/Legacy/Cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public function publishTimeConfig($cacheRefreshTime = '')
189189

190190
// Write $somecontent to our opened file.
191191
if (fwrite($handle, $content) === false) {
192-
exit("Cannot write publishing info file! Make sure the assets/cache directory is writable!");
192+
exit("Cannot write publishing info file! Make sure the {$filename} and its directory is writable!");
193193
}
194194
}
195195

0 commit comments

Comments
 (0)