Skip to content

Commit

Permalink
QA: Remove redundant check
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Jan 16, 2025
1 parent 69cf00e commit afc5b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_templates.php
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ function template_edit() {
$i = 0;

if (isset($template_data_rrds)) {
if (cacti_sizeof($template_data_rrds) > 1) {
if (cacti_sizeof($template_data_rrds)) {
/* draw the data source tabs on the top of the page */
print "<div class='tabs' style='float:left;'><nav><ul role='tablist'>";

Expand Down

0 comments on commit afc5b3f

Please sign in to comment.