projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03e65d5
)
Fix require in noticeform.php so it gets the notice form
author
Evan Prodromou
<evan@controlyourself.ca>
Wed, 14 Jan 2009 06:49:03 +0000
(
01:49
-0500)
committer
Evan Prodromou
<evan@controlyourself.ca>
Wed, 14 Jan 2009 06:49:03 +0000
(
01:49
-0500)
lib/noticeform.php
patch
|
blob
|
history
diff --git
a/lib/noticeform.php
b/lib/noticeform.php
index c22256874451ac349fefaf6a0a864113803abbc4..0e46e0e58fa490fc3e20791b62c83300155f8a66 100644
(file)
--- a/
lib/noticeform.php
+++ b/
lib/noticeform.php
@@
-32,7
+32,7
@@
if (!defined('LACONICA')) {
exit(1);
}
-require_once INSTALLDIR.'/lib/
widget
.php';
+require_once INSTALLDIR.'/lib/
form
.php';
/**
* Form for posting a notice