Fix methods in frame content

This commit is contained in:
Deon George
2020-07-19 21:58:35 +10:00
parent 662c145c04
commit d24a979e24
2 changed files with 6 additions and 5 deletions

View File

@@ -56,7 +56,7 @@ function TexFrame() {
this.index=null; // Frame Index [a-z]
this.owner=0; // The Service Provider owning the frame.
this.cost=0; // The cost to view the frame @TODO
this.content=''; // The frame content
this.content=''; // The frame content, base64 encoded
// Frame's owned by the system where:
// isPublic is FALSE - the user must be logged in to view it