Fixes for permission errors introduced by the table permission changes.
This commit is contained in:
@@ -345,6 +345,11 @@ class OMTableRow
|
||||
{
|
||||
return $this->oTableRow->GetString();
|
||||
}
|
||||
|
||||
function GetTableRow()
|
||||
{
|
||||
return $this->oTableRow;
|
||||
}
|
||||
}
|
||||
|
||||
class Table
|
||||
|
||||
Reference in New Issue
Block a user