Commit 430f2325 by Scott

Update old file references

parent 7a246c8d
...@@ -197,6 +197,6 @@ ...@@ -197,6 +197,6 @@
define('QA_DEBUG_PERFORMANCE', false); define('QA_DEBUG_PERFORMANCE', false);
/* /*
And lastly... if you want to, you can predefine any constant from qa-db-maxima.php in this And lastly... if you want to, you can predefine any constant from qa-include/db/maxima.php in
file to override the default setting. Just make sure you know what you're doing! this file to override the default setting. Just make sure you know what you're doing!
*/ */
...@@ -581,7 +581,7 @@ function qa_get_users_html($userids, $should_include_link, $relative_url_prefix) ...@@ -581,7 +581,7 @@ function qa_get_users_html($userids, $should_include_link, $relative_url_prefix)
* *
* If $padding is true, the HTML you return should render to a square of $size x $size pixels, * If $padding is true, the HTML you return should render to a square of $size x $size pixels,
* even if the avatar is not square. This can be achieved using CSS padding - see function * even if the avatar is not square. This can be achieved using CSS padding - see function
* qa_get_avatar_blob_html(...) in qa-app-format.php for an example. If $padding is false, * qa_get_avatar_blob_html(...) in app/format.php for an example. If $padding is false,
* the HTML can render to anything which would fit inside a square of $size x $size pixels. * the HTML can render to anything which would fit inside a square of $size x $size pixels.
* *
* Note that this function may be called many times to render an individual page, so it is not * Note that this function may be called many times to render an individual page, so it is not
......
...@@ -31,7 +31,7 @@ class qa_wysiwyg_ajax ...@@ -31,7 +31,7 @@ class qa_wysiwyg_ajax
// Fix path to WYSIWYG editor smileys // Fix path to WYSIWYG editor smileys
public function process_request($request) public function process_request($request)
{ {
require_once QA_INCLUDE_DIR.'qa-app-posts.php'; require_once QA_INCLUDE_DIR . 'app/posts.php';
// smiley replacement regexes // smiley replacement regexes
$rxSearch = '<(img|a)([^>]+)(src|href)="([^"]+)/wysiwyg-editor/plugins/smiley/images/([^"]+)"'; $rxSearch = '<(img|a)([^>]+)(src|href)="([^"]+)/wysiwyg-editor/plugins/smiley/images/([^"]+)"';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment