Skip to main content
Topic: Small bug in debug (Read 5570 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Small bug in debug

When someone has some other commits to push:
Code: (find) [Select]
				$context['debug']['sheets'][] = $params['basename'] . '(' . basename($params['url']) . ')';
Code: (replace with) [Select]
				$context['debug']['sheets'][] = $params['basename'] . (!empty($params['url']) ? '(' . basename($params['url']) . ')' : '');

;)
Bugs creator.
Features destroyer.
Template killer.

Re: Small bug in debug

Reply #1

Added this fix to a pending PR

Re: Small bug in debug

Reply #2

merged ;)
Thorsten "TE" Eurich
------------------------