Closed apmuthu closed 3 years ago
When we choose a database with no relations between it's tables, we get an error in line 129 of relations.php where $row is an invalid argument for the foreach construct. The fix is attached. relations.php.txt
relations.php
$row
foreach
Thanks! I supplied the patch here: https://github.com/jan-vandenberg/cruddiy/commit/5fe8b347afc654bf1df8f55a2182589dba0d3a9b
When we choose a database with no relations between it's tables, we get an error in line 129 of
relations.php
where$row
is an invalid argument for theforeach
construct. The fix is attached. relations.php.txt