1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-06 13:16:54 +02:00

Merge pull request #131 from DmitriyMX/fix_table_php

XMLDB: error select for empty table fix
This commit is contained in:
Sergey Romanenko
2013-11-21 14:10:10 -08:00

View File

@@ -807,6 +807,7 @@ class Table
return $c; return $c;
} }
return $a;
} }
/** /**