From 8e63ec327f9505aac31a9608d16a1f602289f9df Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Fri, 3 Jun 2011 11:47:10 -0700 Subject: Added location field --- htdocs/src/Post.inc.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'htdocs/src/Post.inc.php') diff --git a/htdocs/src/Post.inc.php b/htdocs/src/Post.inc.php index 93b1369..9747d3f 100644 --- a/htdocs/src/Post.inc.php +++ b/htdocs/src/Post.inc.php @@ -233,6 +233,10 @@ class Post { return $this->info['location']; } + public function setLocation($value) { + $this->info['location'] = $value; + } + public function getImages() { if ($this->images == null) { $this->loadImages(); -- cgit v1.2.3