mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-22 19:21:23 +00:00
Finally implemented repeated expenses properly. [skip ci]
This commit is contained in:
@@ -32,6 +32,11 @@ class HelpController extends BaseController
|
||||
} catch (ErrorException $e) {
|
||||
$content = '<p>There is no help for this route.</p>';
|
||||
}
|
||||
if (strlen($content) == 0) {
|
||||
$content = '<p>There is no help for this route.</p>';
|
||||
}
|
||||
\Log::debug('Found help for ' . $route);
|
||||
\Log::debug('Help text length is ' . strlen($content));
|
||||
$helpText = \Michelf\Markdown::defaultTransform($content);
|
||||
$helpTitle = $route;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user