Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/9d21875c079efd09c6fb2d6608cd26eca5a0f6d5?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

fixed issue 1115

preferencesAboutTextFull
Claudio Valerio 13 years ago
parent cd010590ed
commit 9d21875c07
  1. 2
      src/core/UBPersistenceManager.cpp

@ -913,7 +913,7 @@ bool UBPersistenceManager::addFileToDocument(UBDocumentProxy* pDocumentProxy,
QString& destinationPath,
QByteArray* data)
{
QAssert(path.length());
Q_ASSERT(path.length());
QFileInfo fi(path);
if (!pDocumentProxy || objectUuid.isNull())

Loading…
Cancel
Save