]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
authorEvan Prodromou <evan@status.net>
Thu, 24 Sep 2009 21:22:51 +0000 (17:22 -0400)
committerEvan Prodromou <evan@status.net>
Thu, 24 Sep 2009 21:22:51 +0000 (17:22 -0400)
Conflicts:
install.php
lib/noticeform.php

1  2 
install.php
lib/noticeform.php

diff --cc install.php
index c2ca7e11967e45a04acbf6fcdf7a69b354534d50,3786b6db1764f4d0f8c7051af754e56c1895ff79..c2a5bb29ee394f392abe062ebf355f6d64b5fecc
@@@ -244,7 -244,7 +244,7 @@@ function main(
   */
  function haveExternalLibrary($external_library)
  {
-     if (isset($external_library['include']) && ! @include_once $external_library['include'] ) {
 -    if(isset($external_library['include']) && ! haveIncludeFile($external_library['include'])){
++    if (isset($external_library['include']) && !haveIncludeFile($external_library['include'])) {
          return false;
      }
      if (isset($external_library['check_function']) && ! function_exists($external_library['check_function'])) {
index ce8f9c6530759c343afdb6edbe5311aeb0199cd9,62320dd60230695c098f5c742fa2b350c1c325e6..186330bf1c783f430449ff046b0f2d79d1ada9ca
@@@ -90,7 -90,6 +90,7 @@@ class NoticeForm extends For
          $this->action  = $action;
          $this->content = $content;
          $this->inreplyto = $inreplyto;
-         
++
          if ($user) {
              $this->user = $user;
          } else {